math/big.nat.set (method)
37 uses
math/big (current package)
float.go#L614: z.mant = z.mant.set(x.abs)
float.go#L663: z.mant = z.mant.set(x.mant)
float.go#L687: z.mant = z.mant.set(x.mant)
float.go#L1115: z.abs = z.abs.set(x.mant)
float.go#L1157: z.a.abs = z.a.abs.set(x.mant)
float.go#L1161: z.a.abs = z.a.abs.set(x.mant)
ftoa.go#L186: mant := nat(nil).set(x.mant)
int.go#L97: z.abs = z.abs.set(x.abs)
nat.go#L90: func (z nat) set(x nat) nat {
nat.go#L108: return z.set(x)
nat.go#L134: return z.set(x)
nat.go#L707: return z.set(x)
nat.go#L732: return z.set(x)
nat.go#L830: return z.set(x)
nat.go#L968: return z.set(x)
nat.go#L992: z = z.set(x)
nat.go#L1082: z = z.set(z2)
nat.go#L1125: *powers[0] = powers[0].set(natOne)
nat.go#L1354: return z.set(x)
nat.go#L1379: return z.set(z1)
natconv.go#L331: q := nat(nil).set(x)
natconv.go#L495: larger = nat(nil).set(table[i].bbb)
natconv.go#L497: table[i].bbb = table[i].bbb.set(larger)
natdiv.go#L525: r = z2.set(u)
natdiv.go#L551: q = z.set(x) // result is x
prime.go#L101: x = x.set(natTwo)
rat.go#L112: a2 = a2.set(a)
rat.go#L113: b2 = b2.set(b)
rat.go#L210: a2 = a2.set(a)
rat.go#L211: b2 = b2.set(b)
rat.go#L310: babs = nat(nil).set(babs) // make a copy
rat.go#L312: z.a.abs = z.a.abs.set(a.abs)
rat.go#L313: z.b.abs = z.b.abs.set(babs)
rat.go#L460: return z.set(y)
rat.go#L462: return z.set(x)
ratconv.go#L445: q = q.set(t)
ratconv.go#L455: q = q.set(t)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |